home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Menu / h / MenuDefs < prev    next >
Text File  |  1995-07-08  |  268b  |  12 lines

  1. #ifndef __dl_menudefs_h
  2. #define __dl_menudefs_h
  3.  
  4. #ifndef __dl_wimp_h
  5. #include "DeskLib:Wimp.h"
  6. #endif
  7.  
  8. extern void Menu__CountItems( char *description, int *numitems, int *menuwidth);
  9. extern BOOL Menu__Create(menu_item *item, char *description, int numitems);
  10.  
  11. #endif
  12.